Public Const Amount = 10 'This is how many fireworks that will be shown on the screen
Public Const ExplodeLen = 100 'This is how long (how many steps) the explosions will last
Public Declare Function SetWindowPos Lib "user32" (ByVal hWnd As Long, ByVal hWndInsertAfter As Long, ByVal X As Long, ByVal Y As Long, ByVal cx As Long, ByVal cy As Long, ByVal wFlags As Long) As Long